ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / MappingCollectionBase<T> Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal key As System.String _
    ) As MappingInfo
    public MappingInfo Item( 
       System.string key
    ) {get;}

    Parameters

    key
    See Also